Add codex-mcp-internal server exposing internal tooling#112
Add codex-mcp-internal server exposing internal tooling#112hackall360 merged 1 commit intoLMStudiofrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
codex-extended/codex-rs/cli/src/mcp_cmd.rs
Lines 97 to 99 in 3d4764d
[P0] Fix CLI compile error after run_main API change
The new codex_mcp_server::run_main now requires a ServerMode argument, but the CLI still invokes it with only the sandbox path and config overrides. This call no longer matches the function signature and causes the codex-cli crate to stop compiling when building the workspace. Pass the appropriate ServerMode (likely ServerMode::CodexGateway) here so the CLI continues to build.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting
Summary
codex-mcp-internalbinary that launches the MCP server in internal tooling modeInternalToolRegistryto expose shell, apply_patch, update_plan, and view_image tools over MCPTesting
just fmtjust fix -p codex-mcp-servercargo test -p codex-mcp-serverhttps://chatgpt.com/codex/tasks/task_b_68d9e57199e4832f9f5a2057c2b520eb